home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global fullscreenG, MovieSeq
- if fullscreenG = 1 then
- if MovieSeq = 1 then
- puppetSprite(48, 1)
- set the visible of sprite 48 to 1
- updateStage()
- end if
- end if
- end
-
- on exitFrame
- global movielist, comp
- if comp then
- compilemovQ()
- end if
- end
-